MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / GridGroupRow Class / GridGroupRow Constructor / GridGroupRow Constructor(IDataCollectionGroup<Object,Object>,Int32)
The group item.
The index of the group inside the collection of groups.
In This Topic
    GridGroupRow Constructor(IDataCollectionGroup<Object,Object>,Int32)
    In This Topic
    Initializes a new instance of the GridGroupRow class.
    Syntax
    public GridGroupRow( 
       C1.DataCollection.IDataCollectionGroup<object,object> group,
       int index
    )

    Parameters

    group
    The group item.
    index
    The index of the group inside the collection of groups.
    See Also